The Imagick class
PHP Manual

Imagick::setBackgroundColor

(PECL imagick 2.0.0)

Imagick::setBackgroundColorSets the object's default background color

Descripción

bool Imagick::setBackgroundColor ( mixed $background )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the object's default background color.

Lista de parámetros

background

Valores retornados

Returns TRUE on success.

Registro de cambios

Versión Descripción
2.1.0 Now allows a string representing the color as a parameter. Previous versions allow only an ImagickPixel object.


The Imagick class
PHP Manual